projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26e9d07
)
styleproperty: Improve error message
author
Benjamin Otte
<otte@redhat.com>
Fri, 17 Jun 2011 05:41:37 +0000
(07:41 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 26 Aug 2011 14:26:28 +0000
(16:26 +0200)
We do dsupport that feature still and don't want to scare people into
thinking everything broke.
gtk/gtkstyleproperty.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstyleproperty.c
b/gtk/gtkstyleproperty.c
index 69f2e8ec4ac073211bc212987cb43f44ee9c4e33..c907bfd65a10308475efcd5683e5539f08ed0d62 100644
(file)
--- a/
gtk/gtkstyleproperty.c
+++ b/
gtk/gtkstyleproperty.c
@@
-863,7
+863,7
@@
gtk_css_parse_url (GtkCssParser *parser,
error = g_error_new_literal (GTK_CSS_PROVIDER_ERROR,
GTK_CSS_PROVIDER_ERROR_DEPRECATED,
- "Whitespace between 'url' and '(' is
not allow
ed");
+ "Whitespace between 'url' and '(' is
deprecat
ed");
_gtk_css_parser_take_error (parser, error);
}